home *** CD-ROM | disk | FTP | other *** search
- Local and Global Variables
-
-
- Local - Local variables are defined and changed from the Enter line.
- Example: INTEREST=.085*36
- Up to 50 local variables allowed per work sheet.
-
- Global - Global variables are defined and changed by using the F8 key.
- Use V)iew to show formulas and comments from the Enter line.
- Up to 100 global variables allowed per global file.
-
-
- Three ways to Load Global Variable Files into Memory
-
- 1 - Use the F8 key.
-
- 2 - From the Enter line type LOAD_file-name.
-
- 3 - From within a local or global variable include LOAD_file-name
- in the formula. Example: /10+LOAD_METRIC+100*KM\MILE.
-
-
-
-
-
-
-